docs: Fix link to section in GtkLabel
authorMarco Melorio <marco.melorio@protonmail.com>
Tue, 4 Jan 2022 15:33:00 +0000 (16:33 +0100)
committerMarco Melorio <marco.melorio@protonmail.com>
Tue, 4 Jan 2022 15:33:00 +0000 (16:33 +0100)
gtk/gtklabel.c

index c2a108aab3c1f342f59ab2f882db6c90ea099066..10ee98f5a81e2ab3abdbec7fdbe18cfb9ef2bdd1 100644 (file)
@@ -2493,7 +2493,7 @@ gtk_label_class_init (GtkLabelClass *class)
    *
    * If this property is set to -1, the width will be calculated automatically.
    *
-   * See the section on [text layout](#text-layout) for details of how
+   * See the section on [text layout](class.Label.html#text-layout) for details of how
    * [property@Gtk.Label:width-chars] and [property@Gtk.Label:max-width-chars]
    * determine the width of ellipsized and wrapped labels.
    */
@@ -2529,7 +2529,7 @@ gtk_label_class_init (GtkLabelClass *class)
    *
    * If this property is set to -1, the width will be calculated automatically.
    *
-   * See the section on [text layout](#text-layout) for details of how
+   * See the section on [text layout](class.Label.html#text-layout) for details of how
    * [property@Gtk.Label:width-chars] and [property@Gtk.Label:max-width-chars]
    * determine the width of ellipsized and wrapped labels.
    */